home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / MarsEdit 1.0.dmg / MarsEdit.app / Contents / Resources / English.lproj / MainMenu.nib / classes.nib next >
Encoding:
Text File  |  2004-12-10  |  7.9 KB  |  201 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 addBreakToText = id; 
  6.                 addImageTag = id; 
  7.                 addLinkToText = id; 
  8.                 editWithBBEdit = id; 
  9.                 editWithSubEthaEdit = id; 
  10.                 editWithTextMate = id; 
  11.                 encloseTextAsParagraph = id; 
  12.                 encloseTextInDiv = id; 
  13.                 encloseTextInSpan = id; 
  14.                 makeTextBold = id; 
  15.                 makeTextItalics = id; 
  16.                 makeTextPreformatted = id; 
  17.                 saveAsDraft = id; 
  18.                 saveWindowSize = id; 
  19.             }; 
  20.             CLASS = FirstResponder; 
  21.             LANGUAGE = ObjC; 
  22.             SUPERCLASS = NSObject; 
  23.         }, 
  24.         {
  25.             ACTIONS = {
  26.                 buyNow = id; 
  27.                 cancelSheet = id; 
  28.                 gotoHelpMenuPageInBrowser = id; 
  29.                 okFileUploadSheet = id; 
  30.                 showAboutPanel = id; 
  31.                 showBookmarkletPage = id; 
  32.                 showCustomTagEditor = id; 
  33.                 showDocumentStatusBar = id; 
  34.                 showImageManager = id; 
  35.                 showLicenseDialog = id; 
  36.                 showPreferences = id; 
  37.                 showPreviewTemplateEditor = id; 
  38.                 showPreviewWindow = id; 
  39.                 showShortcutsEditor = id; 
  40.                 showWeblogSystemsPage = id; 
  41.                 showXMLRPCConsole = id; 
  42.                 uploadFileOrImage = id; 
  43.             }; 
  44.             CLASS = MEAppController; 
  45.             LANGUAGE = ObjC; 
  46.             OUTLETS = {
  47.                 "_buyNowMenuItem" = NSMenuItem; 
  48.                 "_helpMailingListMenuItem" = NSMenuItem; 
  49.                 "_helpReportBugMenuItem" = NSMenuItem; 
  50.                 "_helpViewBugsListMenuItem" = NSMenuItem; 
  51.                 "_helpWebsiteMenuItem" = NSMenuItem; 
  52.                 "_licenseMenuItem" = NSMenuItem; 
  53.                 "_postsOutline" = NSOutlineView; 
  54.                 "_scriptsMenu" = NSMenu; 
  55.                 "_scriptsMenuItem" = NSMenuItem; 
  56.                 "_showDocumentStatusBarMenuItem" = NSMenuItem; 
  57.                 "_showPreviewMenuItem" = NSMenuItem; 
  58.                 "_uploadMessageTextField" = NSTextField; 
  59.                 "_uploadWeblogPopup" = NSPopUpButton; 
  60.                 "_uploadWeblogSheet" = NSWindow; 
  61.                 "_weblogsOutline" = NSOutlineView; 
  62.             }; 
  63.             SUPERCLASS = NSObject; 
  64.         }, 
  65.         {
  66.             ACTIONS = {
  67.                 addWeblog = id; 
  68.                 cancelAddWeblogButton = id; 
  69.                 cancelDeleteSheet = id; 
  70.                 deletePost = id; 
  71.                 editPost = id; 
  72.                 handleCancelUsernameAndPasswordButton = id; 
  73.                 handleOKUsernameAndPasswordButton = id; 
  74.                 makePostsOutlineFirstResponderAndSelectFirstItem = id; 
  75.                 okAddWeblogButton = id; 
  76.                 okDeleteSheet = id; 
  77.                 openInBrowser = id; 
  78.                 openScriptsFolder = id; 
  79.                 refresh = id; 
  80.                 refreshAll = id; 
  81.                 removeWeblog = id; 
  82.                 showMainWindow = id; 
  83.                 showSettings = id; 
  84.                 showSettingsOnMainThread = id; 
  85.                 toggleDrawer = id; 
  86.             }; 
  87.             CLASS = MEMainWindowController; 
  88.             LANGUAGE = ObjC; 
  89.             OUTLETS = {
  90.                 "_actionPopup" = RSPopupButton; 
  91.                 "_addWeblogMenuItem" = NSMenuItem; 
  92.                 "_addWeblogNameTextField" = NSTextField; 
  93.                 "_addWeblogSheet" = NSWindow; 
  94.                 "_addWeblogTextField" = NSTextField; 
  95.                 "_deleteSheet" = NSWindow; 
  96.                 "_deleteSheetMessage" = NSTextField; 
  97.                 "_deleteSheetSubMessage" = NSTextField; 
  98.                 "_drawer" = NSDrawer; 
  99.                 "_editButton" = NSButton; 
  100.                 "_mainSplitView" = NSSplitView; 
  101.                 "_mainWindow" = NSWindow; 
  102.                 "_openInBrowserMenuItem" = NSMenuItem; 
  103.                 "_openScriptsFolderMenuItem" = NSMenuItem; 
  104.                 "_passwordField" = NSTextField; 
  105.                 "_postsOutline" = NSOutlineView; 
  106.                 "_progressIndicator" = NSProgressIndicator; 
  107.                 "_progressSheet" = NSWindow; 
  108.                 "_progressSheetIndicator" = NSProgressIndicator; 
  109.                 "_progressSheetTextField" = NSTextField; 
  110.                 "_refreshAllMenuItem" = NSMenuItem; 
  111.                 "_refreshMenuItem" = NSMenuItem; 
  112.                 "_removeWeblogMenuItem" = NSMenuItem; 
  113.                 "_securityWindow" = NSWindow; 
  114.                 "_securityWindowMessageField" = NSTextField; 
  115.                 "_showMainWindowMenuItem" = NSMenuItem; 
  116.                 "_showSettingsMenuItem" = NSMenuItem; 
  117.                 "_statusTextField" = NSTextField; 
  118.                 "_storeInKeyChainCheckbox" = NSButton; 
  119.                 "_toggleDrawerMenuItem" = NSMenuItem; 
  120.                 "_usernameField" = NSTextField; 
  121.                 "_weblogsOutline" = NSOutlineView; 
  122.             }; 
  123.             SUPERCLASS = NSObject; 
  124.         }, 
  125.         {CLASS = MEMainWindowDelegate; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  126.         {
  127.             CLASS = MEMainWindowPreviewController; 
  128.             LANGUAGE = ObjC; 
  129.             OUTLETS = {"_borderView" = RSBorderView; }; 
  130.             SUPERCLASS = NSObject; 
  131.         }, 
  132.         {
  133.             ACTIONS = {
  134.                 deleteButton = id; 
  135.                 enterUsernameAndPassword = id; 
  136.                 newButton = id; 
  137.                 openWeblogInBrowser = id; 
  138.                 refreshRecentPostsButton = id; 
  139.                 toggleDrawer = id; 
  140.             }; 
  141.             CLASS = MEMainWindowToolbar; 
  142.             LANGUAGE = ObjC; 
  143.             OUTLETS = {"_mainWindow" = NSWindow; }; 
  144.             SUPERCLASS = NSObject; 
  145.         }, 
  146.         {
  147.             CLASS = MEPostsDataSource; 
  148.             LANGUAGE = ObjC; 
  149.             OUTLETS = {"_postsOutline" = NSOutlineView; "_weblogsTable" = NSTableView; }; 
  150.             SUPERCLASS = NSObject; 
  151.         }, 
  152.         {
  153.             ACTIONS = {toggleColumn = id; }; 
  154.             CLASS = MEPostsOutlineController; 
  155.             LANGUAGE = ObjC; 
  156.             OUTLETS = {
  157.                 "_dataItemsOutline" = NSOutlineView; 
  158.                 "_toggleCategoryColumnMenuItem" = NSMenuItem; 
  159.                 "_toggleDateColumnMenuItem" = NSMenuItem; 
  160.                 "_toggleWeblogColumnMenuItem" = NSMenuItem; 
  161.             }; 
  162.             SUPERCLASS = NSObject; 
  163.         }, 
  164.         {CLASS = MEPostsOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, 
  165.         {
  166.             CLASS = MEScriptsMenu; 
  167.             LANGUAGE = ObjC; 
  168.             OUTLETS = {"_scriptsMenuItemTitle" = NSMenuItem; scriptsMenu = NSMenu; }; 
  169.             SUPERCLASS = NSObject; 
  170.         }, 
  171.         {CLASS = MEWebViewBorderView; LANGUAGE = ObjC; SUPERCLASS = RSBorderView; }, 
  172.         {
  173.             CLASS = MEWeblogOutlineView; 
  174.             LANGUAGE = ObjC; 
  175.             SUPERCLASS = MEPostsOutlineView; 
  176.         }, 
  177.         {
  178.             CLASS = MEWeblogsDataSource; 
  179.             LANGUAGE = ObjC; 
  180.             OUTLETS = {"_postsOutline" = NSOutlineView; "_weblogsTable" = MEWeblogsTableView; }; 
  181.             SUPERCLASS = NSObject; 
  182.         }, 
  183.         {
  184.             CLASS = MEWeblogsOutlineController; 
  185.             LANGUAGE = ObjC; 
  186.             OUTLETS = {"_weblogsOutline" = NSOutlineView; }; 
  187.             SUPERCLASS = NSObject; 
  188.         }, 
  189.         {
  190.             CLASS = MEWeblogsTableController; 
  191.             LANGUAGE = ObjC; 
  192.             OUTLETS = {"_weblogsTable" = MEWeblogsTableView; }; 
  193.             SUPERCLASS = NSObject; 
  194.         }, 
  195.         {CLASS = MEWeblogsTableView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }, 
  196.         {CLASS = RSBorderView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  197.         {CLASS = RSPopupButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  198.         {CLASS = RSScrollViewFocusRing; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; }
  199.     ); 
  200.     IBVersion = 1; 
  201. }